home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_1 / murdr110.zip / SYSOP.DOC < prev    next >
Text File  |  1992-12-01  |  10KB  |  280 lines

  1.  
  2.                        M U R D E R      M A N S I O N
  3.  
  4.                              W r i t t e n    b y
  5.  
  6.                     W i l l i a m    H.    R o u n t r e e
  7.  
  8.                        C o p y r i g h t  (c)   1 9 9 2
  9.  
  10.  
  11. Murder Mansion, Copyright (c) 1992 by William H. Rountree, is being
  12. distributed as Shareware. Under this concept you may use the SHAREWARE
  13. (unregistered) version for a reasonable period of time for evaluation
  14. after which you must either register your copy or discontinue  usage.
  15.                      
  16. Disclaimer:
  17.  
  18.      This program and other files associated with it are not 
  19.      guaranteed to be bug free or virus free.  We are not
  20.      responsible for any damages of any kind, including
  21.      profit loses and dta loss, that relate directly or
  22.      indirectly to these programs and files.  You may
  23.      distribute this program, as long as it is in unmodified 
  24.      for with all the files originally included.
  25.  
  26. Credits:
  27.      QuickBasic (R) is a registered trade mark of Microsoft Corporation
  28.  
  29.      PCBoard (R) is a registered trade mark of Clark Development
  30.                  Corporation
  31.  
  32.      Door Source is copyrighted Computer City, USA 1988, 1989, 1990, 
  33.                  1991
  34.  
  35. Overview:
  36.  
  37.           * * * * * * * This Door Requires ANSI  * * * * * * *
  38.  
  39.      Murder Mansion is a role playing type door game.  This door does not
  40.      contain any time limit except that of the user's existing time left
  41.      online.  Although not written to operate on a multi-tasking environment,
  42.      it has been tested to do so without any known problems.  This door will
  43.      support a unlimited number of users.  This door will support RBBS,
  44.      Wildcat and PCBoard.  It is also written to be able to use Com ports and
  45.      IRQ's not usually used.  This door does NOT require any daily maintance.
  46.      This door code is written using QuickBasic 4.5 and DoorSource 4.0C
  47.      runtime library.
  48.  
  49. List of files in archive:
  50.  
  51. ───────────────────┬───────────────────┬───────────────────┬───────────────────
  52.                    │FILE_ID  DIZ    560│MURDER1  LEG   6045│SCORE    FIL    360
  53.                    │MURDER   CFG     65│OPEN     FIL      6│SYSOP    DOC  10340
  54. CHANGES  DOC     35│MURDER   EXE 159032│OPEN1    ANS   1840│TOP      MDR     28
  55. DAILY    FIL     12│MURDER1  ANS   1421│PLAYER   INS   3547│USER     MDR   5050
  56. ───────────────────┴───────────────────┴───────────────────┴───────────────────
  57.        14 files totaling 188322 bytes consuming 206848 bytes of disk space.
  58.  
  59.  
  60. Configuration file setup:
  61.  
  62.      Example:
  63.  
  64.      line 1:         C:\PCB\PCBOARD.SYS
  65.      line 2:         Prime Base
  66.      line 3:         William
  67.      line 4:         Rountree
  68.      line 5:         00000000
  69.      line 6:         50
  70.      line 7:         14
  71.      line 8:         3
  72.  
  73.      Line 1 is a drive/path/filename to the bbs interface file.
  74.      Line 2 is the name of the BBS using this door.
  75.      Line 3 is the first name of Sysop.
  76.      Line 4 is the last name of the Sysop.
  77.      Line 5 is the registration number.
  78.      Line 6 is the number of users able to play per game.
  79.      Line 7 is the number of days before an inactive player is removed.
  80.      Line 8 is the number of cases allowed each day.
  81.  
  82.      Note:  All 8 lines must exist for proper operation.
  83.  
  84.      PCBOARD.SYS, DOOR.SYS (31 Line), DORINFO1.DEF, or CALLINFO.BBS     
  85.      may be used in line #1.
  86.  
  87. Batch file setup:
  88.  
  89.      Example:          
  90.      
  91.      cd\doors\maze      
  92.      maze maze.cfg
  93.      cd\pcb
  94.      board
  95.  
  96. Here are some additional options available to use on the command line:
  97.  
  98. LOCKED:xxxxx  - Forces Dooor Source to lock the modem at the
  99.                 speed given.
  100. LOCAL         - Forces Door Source to run in local mode. This
  101.                 is really meant for testing purposes, but it
  102.                 still reads the configuration file, but doesn't
  103.                 read the bbs interface file.
  104. NETWORK       - Forces file sharing to be active incase you
  105.                 are using something other than SHARE to manage
  106.                 file locking.
  107. IRQ=n         - Lets you change the IRQ used for the com port
  108.                 specified in the bbs interface file.
  109.                 (See below for more information)
  110. ADDR=&Hnnnn   - Lets you change the address used for the com
  111.                 port specified in the bbs interface file.
  112.                 (See below for more information)
  113. PS2           - Forces the PS/2 IRQs and addresses if a PS/2
  114.                 isn't detected (Normally it is, but you can't
  115.                 always tell!)
  116. RBBS          - Forces Door Source into RBBS/QBBS mode
  117. WILDCAT       - Forces Door Source into Wildcat 2.0 mode
  118. DOORSYS       - Forces Door Source into 31-Line DOOR.SYS mode
  119. PCB121        - Forces Door Source into PCBoard 11.8/12.x mode
  120.                 with COM 1 active
  121. PCB122        - Forces Door Source into PCBoard 11.8/12.x mode
  122.                 with COM 2 active
  123. PCB14         - (DEFAULT) Forces Door Source into PCBoard 14.x
  124.                 mode
  125.  
  126. Example type: maze maze.cfg local
  127. This will allow you to play the game locally without a BBS.
  128.  
  129. When you use the IRQ or the ADDR option, you must include the other.
  130. You can't use just the IRQ and not the ADDR, and you can't use just
  131. the ADDR and not the IRQ. Here's a chart with the STANDARD IRQs
  132. and addresses for the PS/2s and IBM PCs:
  133.                         Non PS/2
  134.         Com port       IRQ     Address
  135.            1             4       &H3F8
  136.            2             3       &H2F8
  137.            3             4       &H3E8
  138.            4             3       &H2E8
  139.           5-8            4       &H3F8
  140.  
  141.                         PS/2
  142.         Com port       IRQ     Address
  143.            1             4       &H3F8
  144.            2             3       &H2F8
  145.            3             3       &H3220
  146.            4             3       &H3228
  147.            5             3       &H4220
  148.            6             3       &H4228
  149.            7             3       &H5220
  150.            8             3       &H5228
  151.  
  152.  
  153. List of function keys:
  154.  
  155.      F-3  : Printer toggle
  156.      F-4  : Page bell toggle
  157.      F-5  : Shell to DOS
  158.      F-7  : Caller alarm toggle
  159.      F-8  : Return caller to board
  160.      F-10 : Start Sysop chat
  161.      ESC  : End Sysop chat
  162.     Alt-X : Drop to DOS after caller logs off
  163.     ALT-N : Sysop next on flag
  164.  
  165. Daily Maintance:
  166.  
  167.      No modification of your daily maintance is required since Murder Mansion
  168.      performs it's Daily Maintance on the first caller that day.  This
  169.      Maintance is very short and should not delay the play by that call
  170.      very much.
  171.  
  172. Limitations:
  173.  
  174.      This door will continue to operate in it's original condition until
  175.      it is registered.  The unregistared version is limited to 1 case per
  176.      day, while the registered is Sysop configurable upto 9 cases per day.
  177.  
  178. Beta Testing:
  179.  
  180.      This door was extensively tested on three BBS boards, including my own.
  181.      I wish to thank DarkStar and Bill Velez for setting up the game on
  182.      their boards.  Please patronize their boards, as they are among the
  183.      finest in the Seattle area:
  184.  
  185.      DARKSTAR'S AWESOME FREAKING STARGAZER BOARD (Port Orchard, WA)
  186.      (206)871-3965  ***YOUR NASA CONNECTION***  Over 600 NASA files from
  187.      NASA SpaceLink!  Online CDRom, door games, approaching one gigabyte
  188.      of file storage!  SYSOP: DarkStar.
  189.  
  190.      WINGS BBS (Port Orchard, WA)  (206)876-6735, (206)895-0981 14.4 USR HST
  191.      (206)895-1077 16.800 USR HST DS  Over FIVE GIGABYTES of GREAT shareware
  192.      online!  SYSOP:  Bill Velez.
  193.  
  194.      This door was extensively tested on board the USS Nimitz.  I would like
  195.      to thank everyone who participated.  I especially would like to thank
  196.      Randy Klinginsmith, William Myers, and Frank Godfrey for their help and
  197.      suggestions.
  198.  
  199. Registration:
  200.  
  201.      Murder Mansion costs $15.00 US currency to register.  I will post a 
  202.      message on Prime Base in the Door Support Conference with your 
  203.      individual registration number.  If you have any problems or questions,
  204.      please leave all messages in this area for:
  205.     
  206.           William Rountree or Sysop at:
  207.  
  208.           Prime Base Node #1: (206) 871-9539   9600 V32bis
  209.           Prime Base Node #2: (206) 871-9340   14,400 V32Bis, V42Bis 
  210.  
  211. Registration Form:
  212.  
  213.     P R I M E   B A S E   D O O R   R E G I S T R A T I O N   F O R M
  214.  
  215.    TO:  William Rountree                           Date___/___/___
  216.         4158 Carol Ln.
  217.         Apt # 12-3        
  218.         Port Orchard, WA. 98366-2745
  219.  
  220.        (Please use capitalization and punctuation where necessary.)
  221.  
  222.  FROM:  SysOp Name: _______________________________________________
  223.  
  224.         BBS Name: _________________________________________________
  225.  
  226.         Address: __________________________________________________
  227.  
  228.         City: ______________________ State: __________ ZIP: _______
  229.  
  230.         Voice: (   ) _________________ BBS: (   ) _________________
  231.  
  232.         BBS Software: _____________________ BBS Hours: ____________
  233.  
  234.         Baud Rates:________________________
  235.  
  236. SOFTWARE                          VERSION                  PRICE
  237. --------                          -------                  -----
  238.  
  239. Adventurer's Maze.................. 1.2 ................. $15.00
  240. (Current versions as of 11-30-92)
  241.  
  242. Murder Mansion......................1.0 ..................$15.00
  243.  
  244.                                                            _____
  245.  
  246. (WA residents add 8.9% tax)                                _____
  247.  
  248. Total                                                    $______
  249.  
  250.                            F E E D B A C K
  251.                            ---------------
  252.  
  253.  I learned of MURDER MANSION from:
  254.            [  ] - A Friend         [  ] - Computer Club
  255.            [  ] - BBS              [  ] - Compuserve
  256.            [  ] - GEnie            [  ] - Other
  257.  
  258.  COMMENTS: _____________________________________________________
  259.  _______________________________________________________________
  260.  _______________________________________________________________
  261.  _______________________________________________________________
  262.  _______________________________________________________________
  263.      
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274.  
  275.  
  276.  
  277.  
  278.  
  279.  
  280.